toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]OpenFilesCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
OpenFilesCallback
.
Members
Constructors
Open
Files
Callback.
Action
Link copied to clipboard
public
void
OpenFilesCallback.Action
(
Consumer
<
OpenFiles.Response
>
consumer
)
Functions
cancel
Link copied to clipboard
public
void
cancel
(
)
Notifies the browser that the file chooser dialog should be canceled.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
open
Link copied to clipboard
public
void
open
(
Array
<
Path
>
filePaths
)
Notifies the browser that the files were selected in the file chooser dialog.